Termination Proof Script
Consider the TRS R consisting of the rewrite rule
|
| 1: |
|
f(f(a,a),x) |
→ f(f(a,x),f(a,f(a,a))) |
|
There are 3 dependency pairs:
|
| 2: |
|
F(f(a,a),x) |
→ F(f(a,x),f(a,f(a,a))) |
| 3: |
|
F(f(a,a),x) |
→ F(a,x) |
| 4: |
|
F(f(a,a),x) |
→ F(a,f(a,a)) |
|
The approximated dependency graph contains one SCC:
{2}.
-
Consider the SCC {2}.
The constraints could not be solved.
Tyrolean Termination Tool (0.02 seconds)
--- May 4, 2006